Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VO-1177] chore: Remove flaky crash on CI build #2604

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

cballevre
Copy link
Member

@cballevre cballevre commented Nov 5, 2024

This commit aims to remove flaky crash on CI build due to node. We follow the solution proposed inside nodejs/node#51555 that disable compile cache on v8

When the build inside CI was running on some package fail with this errors :

#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7fff3a2df8b0

or :

Segmentation fault (core dump)

This commit aims to remove flaky crash on CI build due to node. We follow the solution proposed inside nodejs/node#51555 that disable compile cache on v8
@cballevre cballevre enabled auto-merge (rebase) November 5, 2024 13:48
@cballevre cballevre merged commit c636921 into master Nov 5, 2024
2 checks passed
@cballevre cballevre deleted the chore/node-crash branch November 5, 2024 13:53
@cballevre cballevre changed the title chore: Remove flaky crash on CI build [VO-1177] chore: Remove flaky crash on CI build Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants